home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 1868 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.3 KB

  1. Path: news.zeitgeist.net!usenet
  2. From: mwm@contessa.phone.net (Mike Meyer)
  3. Newsgroups: comp.sys.amiga.networking
  4. Subject: Re: httpd
  5. Date: Mon, 26 Feb 1996 11:57:21 PST
  6. Organization: Missionaria Phonibalonica
  7. Distribution: world
  8. Message-ID: <19960226.75E6AD8.AC56@contessa.phone.net>
  9. References: <4g1gcv$lc5@horus.mch.sni.de> <19960218.7653A70.11A72@contessa.phone.net> <4ghgqu$efg@horus.mch.sni.de>
  10. NNTP-Posting-Host: contessa.phone.net
  11. X-NewsReader: Amiga Yarn 3.9, 1995/05/09 10:42:03
  12.  
  13. In <4ghgqu$efg@horus.mch.sni.de>, teicher@limburg.mch.sni.de (Thomas Eicher) wrote:
  14. > : > My NCSA httpd (from the Amosaic ppl) does not want to serve
  15. > Well, I can't seem to run a C-Program with a POST method.
  16. > If you did manage to, please send me some source code ! (both C and HTML)
  17.  
  18. The source at http://www.phone.net/cgi-src/ all compile and run on the
  19. NCSA httpd. In particular, I used imagemap, mailmap and getstats on
  20. them. However (big point) I had also tweaked that CGI support.
  21.  
  22. > : > Or are there any better / more compatible httpd's for AmiTCP ?
  23. > : > I tried AWS but it was even less complete.
  24. > : In what way? The CGI support in AWS is generally better than that in
  25. > In the way that the docu said that cgi support is an add-on module
  26. > that I would have to pay for but is not available yet.
  27. > Did I get an old version ?
  28.  
  29. I think you miunderstood something. CGI support has always been an
  30. add-on module. The module has always been free. I don't think there
  31. has ever been a release of AWS that didn't include the CGI module,
  32. though lately they've been unbundled to allow seperate udpates.
  33.  
  34. > : the NCSA httpd, though PATH_TRANSLATED isn't available. In particular,
  35. > : POST support is the same as the best available from httpd.
  36. > Theoretically, POST sends to stdout and reads from stdin.
  37. > What's so hard about it ?
  38.  
  39. Nothing - if you have a box on which sockets are just a special type
  40. of file to the OS, and will be inherited properly. Where this isn't
  41. the case, you have to do something to interconnect them. All the Amiga
  42. web servers I know of that did POST use the TCP: device. The one for a
  43. stack that doesn't support that doesn't do POST.
  44.  
  45. There are also security issues involved; some versions of HTTPD (all
  46. released versions???) had a major hole that allowed remote users to
  47. issue arbitrary CLI commands on your machine.
  48.  
  49.     <mike
  50.